/* CSS Document */

body {
	margin: 0px;
  padding: 0px;
	font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
	font-size: 11px;
  color: #393939;    /* neměla by se použít */
  height: 100%;
  background-color: #f3f0e9;
  overflow: hidden; /* scrollbar bude skrytý */
}

img {
  border: 0px;
}

h1 {
  font-size: 20px;
  letter-spacing: 1px;
  font-variant: small-caps; /* první písmena */
  text-transform: capitalize; /* budou velká */
}

h2 {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 10px;
  letter-spacing: 1px;
}

  #menu {
    width: 500px;
    height: 20px;
    font-family: "arial narrow", arial, "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 5px;
    z-index: 2;
  }
    
    .brown {
      color: #675b42;
    }
    
    .orange {
      color: #904400;
    }

    .red  {
      color: #850000;
    }
    
    .blue  {
      color: #223F66;
    }

    .green  {
      color: #2B3B09;
    }

    #menu .brown a {
      margin-left: 10px;
      margin-right: 10px;
      color: #675b42;
      text-decoration: none;
    }
      
      #menu .brown a:visited {
        color: #675b42;
        text-decoration: none;
      }
        
      #menu .brown a:hover {
        color: #675b42;
        text-decoration: none;
      }
      
      #menu .brown a:active {
        color: #675b42;
        text-decoration: none;
      }
  
    #menu .orange a {
      margin-left: 10px;
      margin-right: 10px;
      color: #904400;
      text-decoration: none;
    }
      
      #menu .orange a:visited {
        color: #904400;
        text-decoration: none;
      }
        
      #menu .orange a:hover {
        color: #904400;
        text-decoration: none;
      }
      
      #menu .orange a:active {
        color: #904400;
        text-decoration: none;
      }
  
    #menu .red a {
      margin-left: 10px;
      margin-right: 10px;
      color: #850000;
      text-decoration: none;
    }
      
      #menu .red a:visited {
        color: #850000;
        text-decoration: none;
      }
        
      #menu .red a:hover {
        color: #850000;
        text-decoration: none;
      }
      
      #menu .red a:active {
        color: #850000;
        text-decoration: none;
      }
  
    #menu .blue a {
      margin-left: 10px;
      margin-right: 10px;
      color: #223F66;
      text-decoration: none;
    }

      #menu .blue a:visited {
        color: #223F66;
        text-decoration: none;
      }

      #menu .blue a:hover {
        color: #223F66;
        text-decoration: none;
      }

      #menu .blue a:active {
        color: #223F66;
        text-decoration: none;
      }

    #menu .green a {
      margin-left: 10px;
      margin-right: 10px;
      color: #2B3B09;
      text-decoration: none;
    }

      #menu .green a:visited {
        color: #2B3B09;
        text-decoration: none;
      }

      #menu .green a:hover {
        color: #2B3B09;
        text-decoration: none;
      }

      #menu .green a:active {
        color: #2B3B09;
        text-decoration: none;
      }

#mainframe {
  width: 1000px;
  height: 485px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -240px 0 0 -500px;
  z-index: 2;
  }

  #left {
    position: absolute;
    width: 500px;
    height: 460px;
    left: 50%;
    margin-left: -500px;
  }
    
    .left_picture { /* velký obrázek */
      position: relative;
      width: 500px;
      height: 387px;
    }

    .left_brown { /* obrázky */
      position: relative;
      width: 500px;
      height: 387px;
      background-color: #675b42;
    }
      
		.left_brown ul {
		  margin: 0px;
		  padding: 0px;
    }

		.left_brown li {
			position: absolute;
			margin: 0;
			padding: 0;
			list-style: none;
		}

		 .left_brown li, .left_brown a {
			height: 387px;
			display: block;
		}

		.left_brown li a {
			text-indent: -9999px; 
			text-decoration: none;
		}

		  .pic1 { 
        width: 118px;
        height: 387px;
        left: 0px;
        top: 0px;
        background: url(../img/images.jpg) -470px 0px no-repeat;
      }

		  .pic2 {
        width: 117px;
        height: 387px;
        left: 128px;
        top: 0px;
        background: url(../img/images.jpg) -588px 0px no-repeat;
      }

		  .pic3 {
        width: 118px;
        height: 387px;
        left: 255px;
        top: 0px;
        background: url(../img/images.jpg) -705px 0px no-repeat;
      }

		  .pic4 {
        width: 117px;
        height: 387px;
        left: 383px;
        top: 0px;
        background: url(../img/images.jpg) -823px 0px no-repeat;
      }
  
  		.pic1 a:hover {
        background: url(../img/images.jpg) 0px 0px no-repeat;
       }
  
  		.pic2 a:hover {
        background: url(../img/images.jpg) -118px 0px no-repeat;
      }
  
  		.pic3 a:hover {
        background: url(../img/images.jpg) -235px 0px no-repeat;
      }
  
  		.pic4 a:hover {
        background: url(../img/images.jpg) -353px 0px no-repeat;
      }

    .left_banner_top {
      position: relative;
      width: 500px;
      height: 36px;
      background-position: bottom;
      background-repeat: repeat-x;
    }

      .left_banner_top span {
        position: absolute;
        left: 0px;
        top: 0px;
        visibility: hidden;
      }
   
      .left_banner_top_text {
        position: absolute;
        height: 20px;
        width: 90%;
        left: 11px;
        top: 10px; 
        font-size: 12px;
        visibility: hidden;
      }

    .left_banner_bottom {
      position: relative;
      width: 500px;
      height: 36px;
      background-position: top;
      background-repeat: repeat-x;
    }
  
  #right {
    position: absolute;
    width: 500px;
    height: 460px;
    left: 50%;
  }
  
    #contentClip {    /* scrollovací oblast */
      position: relative;
      overflow: auto;
      margin-top: 36px; /* výška banneru */
      width: 500px;
      height: 387px;
      background-repeat: repeat-y;
    }

      .content_scroll {
        position: absolute;
        overflow: hidden;
        width: 400px;
        height: 280px;
        left: 30px;
        top: 60px;
      }

      .scroll_area {
      	position: absolute;
      	font-size: 13px;
      	font-family: Arial, Helvetica, Verdana, sans-serif;
      	text-decoration: none;
      	line-height: 120%;
      	text-align: justify;
        padding-bottom: 107px;
      }

    #scroll {
    	position: absolute;
    	top: 67px;
    	left: 455px;
    	width: 17px;
    	height: 280px;
    }
    
    #drag {
    	position: absolute;
    	width: 5px;
    	height: 16px;
    	top: 16px;
    	left: 0px;
    }
    
    #up {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 16px;
    	height: 16px;
    	
    	background-image: url("../img/arrow_up.gif");
    	background-position: top left;
    	background-repeat: no-repeat;
    }
    
    #down {
    	position: absolute;
    	top: 264px;
    	left: 0px;
    	width: 16px;
    	height: 16px;
    	
    	background-image: url("../img/arrow_down.gif");
    	background-position: top left;
    	background-repeat: no-repeat;
    }
    
  #right a {
    text-decoration: none;
  }

  .text_green {
    color: #5E9E33;
  }
 
  .text_orange {
    color: #C2A712;
  }
  
  .text_blue {
    color: #4499B4;
  }
  
  #right sup {
    font-family: verdana;
    font-size: 8px;
  }
    
  #right .brown a {
    position: relative;
    left: 348px;
    top: -15px;
    color: #675b42;
    text-decoration: none;
  }

    #right .brown a:visited {
      color: #675b42;
      text-decoration: none;
    }

    #right .brown a:hover {
      color: #675b42;
      text-decoration: none;
    }

    #right .brown a:active {
      color: #675b42;
      text-decoration: none;
    }

  #right .red a {
    position: relative;
    left: 348px;
    top: -15px;
    color: #850000;
    text-decoration: none;
  }

    #right .red a:visited {
      color: #850000;
      text-decoration: none;
    }

    #right .red a:hover {
      color: #850000;
      text-decoration: none;
    }

    #right .red a:active {
      color: #850000;
      text-decoration: none;
    }

  #right .blue a {
    position: relative;
    left: 348px;
    top: -15px;
    color: #223F66;
    text-decoration: none;
  }

    #right .blue a:visited {
      color: #223F66;
      text-decoration: none;
    }

    #right .blue a:hover {
      color: #223F66;
      text-decoration: none;
    }

    #right .blue a:active {
      color: #223F66;
      text-decoration: none;
    }

  #right .green a {
    position: relative;
    left: 348px;
    top: -15px;
    color: #2B3B09;
    text-decoration: none;
  }

    #right .green a:visited {
      color: #2B3B09;
      text-decoration: none;
    }

    #right .green a:hover {
      color: #2B3B09;
      text-decoration: none;
    }

    #right .green a:active {
      color: #2B3B09;
      text-decoration: none;
    }
    
  #right .white_green a {
    color: #ECF0E4;
    text-decoration: none;
  }

    #right .white_green a:visited {
      color: #ECF0E4;
      text-decoration: none;
    }

    #right .white_green a:hover {
      color: #ECF0E4;
      text-decoration: none;
    }

    #right .white_green a:active {
      color: #ECF0E4;
      text-decoration: none;
    }
    
  .blue tr {
    color: #ECF0F5;
  }

    .blue tr.prebarvi:hover {
      background-color: #669933;
    }
    
#bg_color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

  .bg_color_half {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
  }

